home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / scripts / scripttemplate.dat < prev    next >
Text File  |  2003-07-12  |  118b  |  11 lines

  1. {
  2. [Scriptsettings]
  3. Scriptname=MyScript
  4. ExecuteOnStartup=0
  5. ExecuteOnlyOnce=0
  6. }
  7. program MyScript;
  8.  
  9. begin
  10.  
  11. end.